Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
Files | Infos | Warnings | Errors |
23 | 0 | 0 | 1142 |
Files
no/feide/mellon/jaas/application/Demo.java
Error | Line |
| Line does not match expected header line of '/*'. |
1
|
| Line has trailing spaces. |
7
|
| Line contains a tab character. |
10
|
| Line contains a tab character. |
11
|
| Line contains a tab character. |
12
|
| Line contains a tab character. |
13
|
| Line contains a tab character. |
14
|
| Utility classes should not have a public or default constructor. |
18
|
| '{' is not preceded with whitespace. |
18
|
| Line has trailing spaces. |
19
|
| Line contains a tab character. |
19
|
| Line contains a tab character. |
20
|
| Missing a Javadoc comment. |
20
|
| Parameter args should be final. |
20
|
| '{' is not preceded with whitespace. |
20
|
| Line contains a tab character. |
21
|
| 'try' is not followed by whitespace. |
21
|
| '{' is not preceded with whitespace. |
21
|
| Line contains a tab character. |
22
|
| Line contains a tab character. |
23
|
| '}' should be on the same line. |
23
|
| Line contains a tab character. |
24
|
| 'catch' is not followed by whitespace. |
24
|
| '{' is not preceded with whitespace. |
24
|
| Line contains a tab character. |
25
|
| Line contains a tab character. |
26
|
| Line contains a tab character. |
27
|
| 'try' is not followed by whitespace. |
27
|
| '{' is not preceded with whitespace. |
27
|
| Line contains a tab character. |
28
|
| Line contains a tab character. |
29
|
| '}' should be on the same line. |
29
|
| Line contains a tab character. |
30
|
| 'catch' is not followed by whitespace. |
30
|
| '{' is not preceded with whitespace. |
30
|
| Line contains a tab character. |
31
|
| Line contains a tab character. |
32
|
| Line contains a tab character. |
33
|
no/feide/mellon/jaas/application/package.html
Error | Line |
| Missing package documentation file. | 0 |
no/feide/mellon/jaas/callbackhandlers/CommandlineCallbackHandler.java
Error | Line |
| File does not end with a newline. |
0
|
no/feide/mellon/jaas/callbackhandlers/CommandlineCallbackHandler.java
Error | Line |
| Line does not match expected header line of '/*'. |
1
|
| Using the '.*' form of import should be avoided - java.io.*. |
4
|
| Using the '.*' form of import should be avoided - javax.security.auth.callback.*. |
6
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
13
|
| Line has trailing spaces. |
17
|
| Missing a Javadoc comment. |
18
|
| Line contains a tab character. |
28
|
| Method 'handle' is not designed for extension - needs to be abstract, final or empty. |
30
|
| Parameter callbacks should be final. |
30
|
| Line contains a tab character. |
35
|
| 'cast' is not followed by whitespace. |
35
|
| Line has trailing spaces. |
36
|
| Line contains a tab character. |
36
|
| '+' is not followed by whitespace. |
37
|
| '=' is not preceded with whitespace. |
38
|
| '=' is not followed by whitespace. |
38
|
| Line has trailing spaces. |
40
|
| '}' should be on the same line. |
40
|
| Line contains a tab character. |
42
|
| 'cast' is not followed by whitespace. |
42
|
| Line has trailing spaces. |
43
|
| Line contains a tab character. |
43
|
| '=' is not preceded with whitespace. |
45
|
| '=' is not followed by whitespace. |
45
|
| Line has trailing spaces. |
47
|
| '}' should be on the same line. |
47
|
no/feide/mellon/jaas/callbackhandlers/PassiveCallbackHandler.java
Error | Line |
| Line does not match expected header line of '/*'. |
1
|
| Using the '.*' form of import should be avoided - java.io.*. |
3
|
| Using the '.*' form of import should be avoided - javax.security.auth.callback.*. |
5
|
| Missing a Javadoc comment. |
13
|
| Missing a Javadoc comment. |
14
|
| Variable 'password' must be private and have accessor methods. |
14
|
| Parameter username should be final. |
19
|
| Expected @param tag for 'username'. |
19
|
| Parameter password should be final. |
19
|
| Expected @param tag for 'password'. |
19
|
| Line contains a tab character. |
30
|
| Line contains a tab character. |
33
|
| Method 'handle' is not designed for extension - needs to be abstract, final or empty. |
35
|
| Parameter callbacks should be final. |
35
|
| 'cast' is not followed by whitespace. |
39
|
| Line has trailing spaces. |
40
|
| '}' should be on the same line. |
40
|
| 'cast' is not followed by whitespace. |
42
|
| Line has trailing spaces. |
43
|
| '}' should be on the same line. |
43
|
| Method 'clearPassword' is not designed for extension - needs to be abstract, final or empty. |
54
|
no/feide/mellon/jaas/callbackhandlers/package.html
Error | Line |
| Missing package documentation file. | 0 |
no/feide/mellon/jaas/loginmodules/MoriaLoginModule.java
Error | Line |
| Line does not match expected header line of '/*'. |
1
|
| Using the '.*' form of import should be avoided - java.util.*. |
5
|
| Using the '.*' form of import should be avoided - javax.security.auth.callback.*. |
9
|
| Using the '.*' form of import should be avoided - no.feide.mellon.jaas.callbackhandlers.*. |
14
|
| Using the '.*' form of import should be avoided - no.feide.mellon.jaas.principals.*. |
15
|
| Using the '.*' form of import should be avoided - no.feide.mellon.v2_1.*. |
16
|
| '{' is not preceded with whitespace. |
22
|
| Line has trailing spaces. |
23
|
| Line contains a tab character. |
23
|
| Line contains a tab character. |
24
|
| Missing a Javadoc comment. |
24
|
| Line contains a tab character. |
25
|
| Missing a Javadoc comment. |
25
|
| Line contains a tab character. |
26
|
| Missing a Javadoc comment. |
26
|
| Line contains a tab character. |
27
|
| Missing a Javadoc comment. |
27
|
| Line has trailing spaces. |
28
|
| Line contains a tab character. |
28
|
| Line contains a tab character. |
29
|
| Missing a Javadoc comment. |
29
|
| Line contains a tab character. |
30
|
| Missing a Javadoc comment. |
30
|
| Line has trailing spaces. |
31
|
| Line contains a tab character. |
31
|
| Line contains a tab character. |
32
|
| Missing a Javadoc comment. |
32
|
| Line contains a tab character. |
33
|
| Missing a Javadoc comment. |
33
|
| Line contains a tab character. |
34
|
| Missing a Javadoc comment. |
34
|
| Line has trailing spaces. |
35
|
| Line contains a tab character. |
35
|
| Line contains a tab character. |
36
|
| Missing a Javadoc comment. |
36
|
| Line has trailing spaces. |
37
|
| Line contains a tab character. |
37
|
| Line contains a tab character. |
38
|
| Missing a Javadoc comment. |
38
|
| 'static' modifier out of order with the JLS suggestions. |
38
|
| Line contains a tab character. |
39
|
| Missing a Javadoc comment. |
39
|
| Line contains a tab character. |
40
|
| Missing a Javadoc comment. |
40
|
| Name 'service_username' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
40
|
| Line contains a tab character. |
41
|
| Missing a Javadoc comment. |
41
|
| Name 'service_password' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
41
|
| Line contains a tab character. |
43
|
| Missing a Javadoc comment. |
43
|
| '{' is not preceded with whitespace. |
43
|
| Line contains a tab character. |
44
|
| Line contains a tab character. |
45
|
| Line contains a tab character. |
46
|
| Line contains a tab character. |
47
|
| Line contains a tab character. |
48
|
| Line contains a tab character. |
49
|
| Line has trailing spaces. |
50
|
| Line contains a tab character. |
50
|
| First sentence should end with a period. |
51
|
| Line contains a tab character. |
51
|
| Line contains a tab character. |
52
|
| Line contains a tab character. |
53
|
| Line contains a tab character. |
54
|
| Line contains a tab character. |
55
|
| Line contains a tab character. |
56
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
58
|
| Line contains a tab character. |
59
|
| Line contains a tab character. |
60
|
| Line contains a tab character. |
61
|
| Method 'initialize' is not designed for extension - needs to be abstract, final or empty. |
61
|
| Parameter subject should be final. |
61
|
| 'subject' hides a field. |
61
|
| Parameter callbackHandler should be final. |
61
|
| 'callbackHandler' hides a field. |
61
|
| Parameter sharedState should be final. |
61
|
| 'sharedState' hides a field. |
61
|
| Parameter options should be final. |
61
|
| 'options' hides a field. |
61
|
| '{' is not preceded with whitespace. |
61
|
| Line contains a tab character. |
62
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
64
|
| Line contains a tab character. |
65
|
| Line has trailing spaces. |
66
|
| Line contains a tab character. |
66
|
| Line contains a tab character. |
67
|
| 'if' is not followed by whitespace. |
67
|
| '{' is not preceded with whitespace. |
67
|
| Line has trailing spaces. |
68
|
| Line contains a tab character. |
68
|
| 'cast' is not followed by whitespace. |
68
|
| Line contains a tab character. |
69
|
| Line has trailing spaces. |
70
|
| Line contains a tab character. |
70
|
| Line contains a tab character. |
71
|
| 'cast' is not followed by whitespace. |
71
|
| Line contains a tab character. |
72
|
| 'cast' is not followed by whitespace. |
72
|
| Line contains a tab character. |
73
|
| 'cast' is not followed by whitespace. |
73
|
| Line has trailing spaces. |
74
|
| Line contains a tab character. |
74
|
| Line contains a tab character. |
75
|
| 'if' is not followed by whitespace. |
75
|
| '{' is not preceded with whitespace. |
75
|
| Line contains a tab character. |
76
|
| Line contains a tab character. |
77
|
| Line contains a tab character. |
78
|
| Line has trailing spaces. |
79
|
| Line contains a tab character. |
79
|
| Line contains a tab character. |
80
|
| Line contains a tab character. |
81
|
| Line has trailing spaces. |
82
|
| Line contains a tab character. |
82
|
| Line contains a tab character. |
83
|
| Line contains a tab character. |
84
|
| Unused @throws tag for 'FailedLoginException'. |
85
|
| Line contains a tab character. |
85
|
| Line contains a tab character. |
86
|
| Line contains a tab character. |
87
|
| Line contains a tab character. |
88
|
| Method 'login' is not designed for extension - needs to be abstract, final or empty. |
88
|
| '{' is not preceded with whitespace. |
88
|
| Line has trailing spaces. |
89
|
| Line contains a tab character. |
89
|
| Line contains a tab character. |
90
|
| 'if' is not followed by whitespace. |
90
|
| '{' is not preceded with whitespace. |
90
|
| Line contains a tab character. |
91
|
| Line contains a tab character. |
92
|
| Line has trailing spaces. |
93
|
| Line contains a tab character. |
93
|
| Line contains a tab character. |
94
|
| 'if' is not followed by whitespace. |
94
|
| '{' is not preceded with whitespace. |
94
|
| Line contains a tab character. |
95
|
| Line contains a tab character. |
96
|
| Line has trailing spaces. |
97
|
| Line contains a tab character. |
97
|
| Line contains a tab character. |
98
|
| 'try' is not followed by whitespace. |
98
|
| '{' is not preceded with whitespace. |
98
|
| Line contains a tab character. |
99
|
| Line contains a tab character. |
100
|
| Line contains a tab character. |
101
|
| Line has trailing spaces. |
102
|
| Line contains a tab character. |
102
|
| Line contains a tab character. |
103
|
| Line has trailing spaces. |
104
|
| Line contains a tab character. |
104
|
| Line contains a tab character. |
105
|
| 'cast' is not followed by whitespace. |
105
|
| Line contains a tab character. |
107
|
| 'cast' is not followed by whitespace. |
107
|
| Line has trailing spaces. |
108
|
| Line contains a tab character. |
108
|
| Line contains a tab character. |
109
|
| 'cast' is not followed by whitespace. |
109
|
| Line contains a tab character. |
110
|
| Line contains a tab character. |
111
|
| Line has trailing spaces. |
112
|
| Line contains a tab character. |
112
|
| Line contains a tab character. |
113
|
| 'if' is not followed by whitespace. |
113
|
| '{' is not preceded with whitespace. |
113
|
| Line contains a tab character. |
114
|
| Line contains a tab character. |
115
|
| Line contains a tab character. |
116
|
| 'for' is not followed by whitespace. |
116
|
| '=' is not preceded with whitespace. |
116
|
| '=' is not followed by whitespace. |
116
|
| '<' is not preceded with whitespace. |
116
|
| '<' is not followed by whitespace. |
116
|
| '{' is not preceded with whitespace. |
116
|
| Line contains a tab character. |
117
|
| Line contains a tab character. |
118
|
| Line contains a tab character. |
119
|
| Line contains a tab character. |
120
|
| Line has trailing spaces. |
121
|
| Line contains a tab character. |
121
|
| Line contains a tab character. |
122
|
| Line has trailing spaces. |
123
|
| Line contains a tab character. |
123
|
| Line contains a tab character. |
124
|
| 'if' is not followed by whitespace. |
124
|
| '{' is not preceded with whitespace. |
124
|
| Line contains a tab character. |
125
|
| 'if' is not followed by whitespace. |
125
|
| '{' is not preceded with whitespace. |
125
|
| Line contains a tab character. |
126
|
| Line contains a tab character. |
127
|
| Line contains a tab character. |
128
|
| Line contains a tab character. |
129
|
| '}' should be on the same line. |
129
|
| Line contains a tab character. |
130
|
| 'else' is not followed by whitespace. |
130
|
| '{' is not preceded with whitespace. |
130
|
| Line contains a tab character. |
131
|
| 'if' is not followed by whitespace. |
131
|
| '{' is not preceded with whitespace. |
131
|
| Line contains a tab character. |
132
|
| Line contains a tab character. |
133
|
| Line contains a tab character. |
134
|
| Line contains a tab character. |
135
|
| Line contains a tab character. |
136
|
| Line contains a tab character. |
137
|
| '}' should be on the same line. |
137
|
| Line contains a tab character. |
138
|
| 'catch' is not followed by whitespace. |
138
|
| '{' is not preceded with whitespace. |
138
|
| Line contains a tab character. |
139
|
| Line contains a tab character. |
140
|
| Line contains a tab character. |
141
|
| '}' should be on the same line. |
141
|
| Line contains a tab character. |
142
|
| 'catch' is not followed by whitespace. |
142
|
| '{' is not preceded with whitespace. |
142
|
| Line contains a tab character. |
143
|
| Line contains a tab character. |
144
|
| Line contains a tab character. |
145
|
| Line has trailing spaces. |
146
|
| Line contains a tab character. |
146
|
| Line contains a tab character. |
147
|
| Line has trailing spaces. |
148
|
| Line contains a tab character. |
148
|
| Line contains a tab character. |
149
|
| Line contains a tab character. |
150
|
| Line has trailing spaces. |
151
|
| Line contains a tab character. |
151
|
| Line contains a tab character. |
152
|
| Duplicate @return tag. |
153
|
| Line contains a tab character. |
153
|
| Line has trailing spaces. |
154
|
| Line contains a tab character. |
154
|
| Line has trailing spaces. |
155
|
| Line contains a tab character. |
155
|
| Line contains a tab character. |
156
|
| Line contains a tab character. |
157
|
| Method 'commit' is not designed for extension - needs to be abstract, final or empty. |
157
|
| '{' is not preceded with whitespace. |
157
|
| Line contains a tab character. |
158
|
| 'if' is not followed by whitespace. |
158
|
| '{' is not preceded with whitespace. |
158
|
| Line contains a tab character. |
159
|
| Line contains a tab character. |
160
|
| Line has trailing spaces. |
161
|
| Line contains a tab character. |
161
|
| Line contains a tab character. |
162
|
| 'if' is not followed by whitespace. |
162
|
| '{' is not preceded with whitespace. |
162
|
| Line contains a tab character. |
163
|
| 'if' is not followed by whitespace. |
163
|
| '{' is not preceded with whitespace. |
163
|
| Line contains a tab character. |
164
|
| Line contains a tab character. |
165
|
| Line has trailing spaces. |
166
|
| Line contains a tab character. |
166
|
| Line contains a tab character. |
167
|
| 'try' is not followed by whitespace. |
167
|
| '{' is not preceded with whitespace. |
167
|
| Line contains a tab character. |
168
|
| 'if' is not followed by whitespace. |
168
|
| '{' is not preceded with whitespace. |
168
|
| Line contains a tab character. |
169
|
| Line contains a tab character. |
170
|
| 'while' is not followed by whitespace. |
170
|
| '{' is not preceded with whitespace. |
170
|
| Line contains a tab character. |
171
|
| Line contains a tab character. |
172
|
| Line has trailing spaces. |
173
|
| Line contains a tab character. |
173
|
| Line contains a tab character. |
174
|
| Line contains a tab character. |
175
|
| Line has trailing spaces. |
176
|
| Line contains a tab character. |
176
|
| Line contains a tab character. |
177
|
| Line contains a tab character. |
178
|
| Line has trailing spaces. |
179
|
| Line contains a tab character. |
179
|
| Line contains a tab character. |
180
|
| 'if' is not followed by whitespace. |
180
|
| '{' is not preceded with whitespace. |
180
|
| Line contains a tab character. |
181
|
| 'cast' is not followed by whitespace. |
181
|
| Line contains a tab character. |
182
|
| Line has trailing spaces. |
183
|
| Line contains a tab character. |
183
|
| Line contains a tab character. |
184
|
| Line has trailing spaces. |
185
|
| Line contains a tab character. |
185
|
| Line contains a tab character. |
186
|
| Line contains a tab character. |
187
|
| '}' should be on the same line. |
187
|
| Line contains a tab character. |
188
|
| 'catch' is not followed by whitespace. |
188
|
| '{' is not preceded with whitespace. |
188
|
| Line contains a tab character. |
189
|
| Line contains a tab character. |
190
|
| Line contains a tab character. |
191
|
| '}' should be on the same line. |
191
|
| Line contains a tab character. |
192
|
| 'else' is not followed by whitespace. |
192
|
| '{' is not preceded with whitespace. |
192
|
| Line contains a tab character. |
193
|
| Line contains a tab character. |
194
|
| Line contains a tab character. |
195
|
| Line contains a tab character. |
196
|
| Line contains a tab character. |
197
|
| Line has trailing spaces. |
198
|
| Line contains a tab character. |
198
|
| Line contains a tab character. |
199
|
| Line contains a tab character. |
200
|
| Line has trailing spaces. |
201
|
| Line contains a tab character. |
201
|
| Line contains a tab character. |
202
|
| Duplicate @return tag. |
203
|
| Line has trailing spaces. |
203
|
| Line contains a tab character. |
203
|
| Line has trailing spaces. |
204
|
| Line contains a tab character. |
204
|
| Line contains a tab character. |
205
|
| Line contains a tab character. |
206
|
| Line contains a tab character. |
207
|
| Method 'abort' is not designed for extension - needs to be abstract, final or empty. |
207
|
| '{' is not preceded with whitespace. |
207
|
| Line contains a tab character. |
208
|
| 'if' is not followed by whitespace. |
208
|
| '{' is not preceded with whitespace. |
208
|
| Line contains a tab character. |
209
|
| Line contains a tab character. |
210
|
| Line has trailing spaces. |
211
|
| Line contains a tab character. |
211
|
| Line contains a tab character. |
212
|
| 'if' is not followed by whitespace. |
212
|
| '{' is not preceded with whitespace. |
212
|
| Line contains a tab character. |
213
|
| Line contains a tab character. |
214
|
| '}' should be on the same line. |
214
|
| Line contains a tab character. |
215
|
| 'if' is not followed by whitespace. |
215
|
| '{' is not preceded with whitespace. |
215
|
| Line contains a tab character. |
216
|
| Line contains a tab character. |
217
|
| Line contains a tab character. |
218
|
| Line contains a tab character. |
219
|
| Line has trailing spaces. |
220
|
| Line contains a tab character. |
220
|
| Line contains a tab character. |
221
|
| 'if' is not followed by whitespace. |
221
|
| '{' is not preceded with whitespace. |
221
|
| Line contains a tab character. |
222
|
| 'cast' is not followed by whitespace. |
222
|
| Line contains a tab character. |
223
|
| Line contains a tab character. |
224
|
| '}' should be on the same line. |
224
|
| Line contains a tab character. |
225
|
| 'else' is not followed by whitespace. |
225
|
| '{' is not preceded with whitespace. |
225
|
| Line contains a tab character. |
226
|
| Line contains a tab character. |
227
|
| Line has trailing spaces. |
228
|
| Line contains a tab character. |
228
|
| Line contains a tab character. |
229
|
| Line contains a tab character. |
230
|
| Line has trailing spaces. |
231
|
| Line contains a tab character. |
231
|
| Line contains a tab character. |
232
|
| Line contains a tab character. |
233
|
| Line has trailing spaces. |
234
|
| Line contains a tab character. |
234
|
| Line contains a tab character. |
235
|
| Line has trailing spaces. |
236
|
| Line contains a tab character. |
236
|
| Line contains a tab character. |
237
|
| Line contains a tab character. |
238
|
| Line contains a tab character. |
239
|
| Method 'logout' is not designed for extension - needs to be abstract, final or empty. |
239
|
| '{' is not preceded with whitespace. |
239
|
| Line contains a tab character. |
240
|
| 'if' is not followed by whitespace. |
240
|
| '{' is not preceded with whitespace. |
240
|
| Line contains a tab character. |
241
|
| Line contains a tab character. |
242
|
| Line has trailing spaces. |
243
|
| Line contains a tab character. |
243
|
| Line contains a tab character. |
244
|
| Line contains a tab character. |
245
|
| Line has trailing spaces. |
246
|
| Line contains a tab character. |
246
|
| Line contains a tab character. |
247
|
| 'if' is not followed by whitespace. |
247
|
| '{' is not preceded with whitespace. |
247
|
| Line contains a tab character. |
248
|
| 'cast' is not followed by whitespace. |
248
|
| Line contains a tab character. |
249
|
| Line has trailing spaces. |
250
|
| Line contains a tab character. |
250
|
| Line contains a tab character. |
251
|
| Line contains a tab character. |
252
|
| 'while' is not followed by whitespace. |
252
|
| '{' is not preceded with whitespace. |
252
|
| Line contains a tab character. |
253
|
| 'cast' is not followed by whitespace. |
253
|
| Line contains a tab character. |
254
|
| 'if' is not followed by whitespace. |
254
|
| '{' is not preceded with whitespace. |
254
|
| Line contains a tab character. |
255
|
| Line contains a tab character. |
256
|
| Line contains a tab character. |
257
|
| Line contains a tab character. |
258
|
| Line has trailing spaces. |
259
|
| Line contains a tab character. |
259
|
| Line contains a tab character. |
260
|
| Line contains a tab character. |
261
|
| 'while' is not followed by whitespace. |
261
|
| '{' is not preceded with whitespace. |
261
|
| Line contains a tab character. |
262
|
| Line contains a tab character. |
263
|
| 'if' is not followed by whitespace. |
263
|
| '{' is not preceded with whitespace. |
263
|
| Line contains a tab character. |
264
|
| Line contains a tab character. |
265
|
| Line contains a tab character. |
266
|
| Line contains a tab character. |
267
|
| Line has trailing spaces. |
268
|
| Line contains a tab character. |
268
|
| Line contains a tab character. |
269
|
| Line contains a tab character. |
270
|
| Line has trailing spaces. |
271
|
| Line contains a tab character. |
271
|
| Line contains a tab character. |
272
|
| Line contains a tab character. |
273
|
| Line has trailing spaces. |
274
|
| Line contains a tab character. |
274
|
| Line contains a tab character. |
275
|
| Line contains a tab character. |
276
|
| Line has trailing spaces. |
277
|
| Line contains a tab character. |
277
|
| Line contains a tab character. |
278
|
| Line contains a tab character. |
279
|
| Line contains a tab character. |
280
|
| Line contains a tab character. |
281
|
| Parameter username should be final. |
281
|
| 'username' hides a field. |
281
|
| Expected @param tag for 'username'. |
281
|
| Parameter password should be final. |
281
|
| Expected @param tag for 'password'. |
281
|
| '{' is not preceded with whitespace. |
281
|
| Line contains a tab character. |
282
|
| 'try' is not followed by whitespace. |
282
|
| '{' is not preceded with whitespace. |
282
|
| Line contains a tab character. |
283
|
| Line has trailing spaces. |
284
|
| Line contains a tab character. |
284
|
| Line contains a tab character. |
285
|
| Line has trailing spaces. |
286
|
| Line contains a tab character. |
286
|
| Line contains a tab character. |
287
|
| 'for' is not followed by whitespace. |
287
|
| '=' is not preceded with whitespace. |
287
|
| '=' is not followed by whitespace. |
287
|
| '<' is not preceded with whitespace. |
287
|
| '<' is not followed by whitespace. |
287
|
| '{' is not preceded with whitespace. |
287
|
| Line contains a tab character. |
288
|
| Line contains a tab character. |
289
|
| 'for' is not followed by whitespace. |
289
|
| '=' is not preceded with whitespace. |
289
|
| '=' is not followed by whitespace. |
289
|
| '<' is not preceded with whitespace. |
289
|
| '<' is not followed by whitespace. |
289
|
| '{' is not preceded with whitespace. |
289
|
| Line contains a tab character. |
290
|
| Line contains a tab character. |
291
|
| Line contains a tab character. |
292
|
| Line contains a tab character. |
293
|
| Line has trailing spaces. |
294
|
| Line contains a tab character. |
294
|
| Line contains a tab character. |
295
|
| Line contains a tab character. |
296
|
| '}' should be on the same line. |
296
|
| Line contains a tab character. |
297
|
| 'catch' is not followed by whitespace. |
297
|
| '{' is not preceded with whitespace. |
297
|
| Line contains a tab character. |
298
|
| Line contains a tab character. |
299
|
| Line contains a tab character. |
300
|
| Line has trailing spaces. |
301
|
| Line contains a tab character. |
301
|
| Line contains a tab character. |
302
|
no/feide/mellon/jaas/loginmodules/package.html
Error | Line |
| Missing package documentation file. | 0 |
no/feide/mellon/jaas/loginutility/Login.java
Error | Line |
| Line does not match expected header line of ' * Copyright (c) 2004 UNINETT FAS'. |
2
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
10
|
| Line has trailing spaces. |
12
|
| Line has trailing spaces. |
13
|
| Line has trailing spaces. |
14
|
| Line has trailing spaces. |
15
|
| Line has trailing spaces. |
17
|
| Line has trailing spaces. |
18
|
| Line has trailing spaces. |
19
|
| Line has trailing spaces. |
21
|
| Line has trailing spaces. |
22
|
| Line has trailing spaces. |
23
|
| Line has trailing spaces. |
24
|
| Line has trailing spaces. |
25
|
| Line has trailing spaces. |
26
|
| Line has trailing spaces. |
27
|
| Line has trailing spaces. |
28
|
| Line has trailing spaces. |
29
|
| Line has trailing spaces. |
30
|
| Line has trailing spaces. |
31
|
| Line has trailing spaces. |
32
|
| Line has trailing spaces. |
33
|
| Line has trailing spaces. |
35
|
| Line has trailing spaces. |
36
|
| Line has trailing spaces. |
37
|
| Line has trailing spaces. |
38
|
| Using the '.*' form of import should be avoided - javax.security.auth.login.*. |
44
|
| Unclosed HTML tag found: <applicationclass> <applicationClass_args> |
65
|
| Unclosed HTML tag found: <applicationClass_args> |
65
|
| Unclosed HTML tag found: <configuration_url> \ |
86
|
| Unclosed HTML tag found: <your_application_class_args> |
88
|
| Line has trailing spaces. |
90
|
| Utility classes should not have a public or default constructor. |
92
|
| Line has trailing spaces. |
102
|
| Parameter args should be final. |
115
|
| Line contains a tab character. |
117
|
| Line contains a tab character. |
118
|
| Line contains a tab character. |
119
|
| '+' should be on a new line. |
119
|
| Line contains a tab character. |
120
|
| Line contains a tab character. |
121
|
| Line contains a tab character. |
122
|
| Line has trailing spaces. |
124
|
| Line contains a tab character. |
124
|
| Line contains a tab character. |
125
|
| Line contains a tab character. |
126
|
| 'try' is not followed by whitespace. |
126
|
| '{' is not preceded with whitespace. |
126
|
| Line contains a tab character. |
127
|
| Line contains a tab character. |
128
|
| Line contains a tab character. |
129
|
| '}' should be on the same line. |
129
|
| Line contains a tab character. |
130
|
| 'catch' is not followed by whitespace. |
130
|
| '{' is not preceded with whitespace. |
130
|
| Line contains a tab character. |
131
|
| Line contains a tab character. |
132
|
| Line contains a tab character. |
133
|
| '}' should be on the same line. |
133
|
| Line contains a tab character. |
134
|
| 'catch' is not followed by whitespace. |
134
|
| '{' is not preceded with whitespace. |
134
|
| Line contains a tab character. |
135
|
| Line contains a tab character. |
136
|
| Line contains a tab character. |
137
|
| Line contains a tab character. |
139
|
| Line contains a tab character. |
140
|
| Line contains a tab character. |
141
|
| 'for' is not followed by whitespace. |
141
|
| '=' is not preceded with whitespace. |
141
|
| '=' is not followed by whitespace. |
141
|
| '<' is not preceded with whitespace. |
141
|
| '<' is not followed by whitespace. |
141
|
| '{' is not preceded with whitespace. |
141
|
| Line contains a tab character. |
142
|
| 'try' is not followed by whitespace. |
142
|
| '{' is not preceded with whitespace. |
142
|
| Line contains a tab character. |
143
|
| Line contains a tab character. |
144
|
| Line contains a tab character. |
145
|
| '}' should be on the same line. |
145
|
| Line contains a tab character. |
146
|
| 'catch' is not followed by whitespace. |
146
|
| '{' is not preceded with whitespace. |
146
|
| Line contains a tab character. |
147
|
| Line contains a tab character. |
148
|
| Line contains a tab character. |
149
|
| 'try' is not followed by whitespace. |
149
|
| '{' is not preceded with whitespace. |
149
|
| Line contains a tab character. |
150
|
| Line contains a tab character. |
151
|
| '}' should be on the same line. |
151
|
| Line contains a tab character. |
152
|
| 'catch' is not followed by whitespace. |
152
|
| '{' is not preceded with whitespace. |
152
|
| Line contains a tab character. |
153
|
| Line contains a tab character. |
154
|
| Line contains a tab character. |
155
|
| '}' should be on the same line. |
155
|
| Line contains a tab character. |
156
|
| 'catch' is not followed by whitespace. |
156
|
| '{' is not preceded with whitespace. |
156
|
| Line contains a tab character. |
157
|
| Line contains a tab character. |
158
|
| Line contains a tab character. |
159
|
| Line contains a tab character. |
160
|
| Line contains a tab character. |
161
|
| Line contains a tab character. |
163
|
| Line contains a tab character. |
164
|
| Line contains a tab character. |
165
|
| Line contains a tab character. |
166
|
| Line contains a tab character. |
167
|
| Line has trailing spaces. |
168
|
| Line contains a tab character. |
168
|
| Line contains a tab character. |
169
|
| 'try' is not followed by whitespace. |
169
|
| '{' is not preceded with whitespace. |
169
|
| Line contains a tab character. |
170
|
| Line contains a tab character. |
171
|
| '}' should be on the same line. |
171
|
| Line contains a tab character. |
172
|
| Line contains a tab character. |
173
|
| Line contains a tab character. |
174
|
| Line contains a tab character. |
175
|
| Line has trailing spaces. |
176
|
| Line contains a tab character. |
176
|
| Line contains a tab character. |
177
|
| 'try' is not followed by whitespace. |
177
|
| '{' is not preceded with whitespace. |
177
|
| Line contains a tab character. |
178
|
| Line contains a tab character. |
179
|
| '}' should be on the same line. |
179
|
| Line contains a tab character. |
180
|
| 'catch' is not followed by whitespace. |
180
|
| '{' is not preceded with whitespace. |
180
|
| Line contains a tab character. |
181
|
| Line contains a tab character. |
182
|
| Line contains a tab character. |
183
|
| Line contains a tab character. |
184
|
| Line has trailing spaces. |
188
|
| Line contains a tab character. |
188
|
no/feide/mellon/jaas/loginutility/MoriaAction.java
Error | Line |
| Line does not match expected header line of ' * Copyright (c) 2004 UNINETT FAS'. |
2
|
| Line has trailing spaces. |
6
|
| Line has trailing spaces. |
7
|
| Line has trailing spaces. |
9
|
| Line has trailing spaces. |
10
|
| Line has trailing spaces. |
12
|
| Line has trailing spaces. |
13
|
| Line has trailing spaces. |
14
|
| Line has trailing spaces. |
15
|
| Line has trailing spaces. |
17
|
| Line has trailing spaces. |
18
|
| Line has trailing spaces. |
19
|
| Line has trailing spaces. |
21
|
| Line has trailing spaces. |
22
|
| Line has trailing spaces. |
23
|
| Line has trailing spaces. |
24
|
| Line has trailing spaces. |
25
|
| Line has trailing spaces. |
26
|
| Line has trailing spaces. |
27
|
| Line has trailing spaces. |
28
|
| Line has trailing spaces. |
29
|
| Line has trailing spaces. |
30
|
| Line has trailing spaces. |
31
|
| Line has trailing spaces. |
32
|
| Line has trailing spaces. |
33
|
| Line has trailing spaces. |
35
|
| Line has trailing spaces. |
36
|
| Line has trailing spaces. |
37
|
| Line has trailing spaces. |
38
|
| Line has trailing spaces. |
46
|
| Missing a Javadoc comment. |
52
|
| Variable 'origArgs' must be private and have accessor methods. |
52
|
| Missing a Javadoc comment. |
54
|
| Parameter origArgs should be final. |
54
|
| Line contains a tab character. |
55
|
| 'cast' is not followed by whitespace. |
55
|
| Missing a Javadoc comment. |
58
|
| Line contains a tab character. |
60
|
| Line contains a tab character. |
61
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
64
|
| Line contains a tab character. |
65
|
| Line contains a tab character. |
66
|
| Name 'PARAMS' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
66
|
| '{' is followed by whitespace. |
66
|
| Line contains a tab character. |
67
|
| Line contains a tab character. |
69
|
| Line contains a tab character. |
70
|
| Line contains a tab character. |
71
|
| Line contains a tab character. |
72
|
| '{' is followed by whitespace. |
72
|
| Line contains a tab character. |
73
|
| Line has trailing spaces. |
74
|
| Line contains a tab character. |
74
|
| '}' should be on the same line. |
74
|
| Line contains a tab character. |
75
|
| Line contains a tab character. |
76
|
| Line contains a tab character. |
77
|
| Line has trailing spaces. |
78
|
| Line contains a tab character. |
78
|
| Line contains a tab character. |
79
|
| Line contains a tab character. |
80
|
no/feide/mellon/jaas/loginutility/package.html
Error | Line |
| Missing package documentation file. | 0 |
no/feide/mellon/jaas/principals/EntitlementPrincipal.java
Error | Line |
| Line does not match expected header line of '/*'. |
1
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
18
|
| Line has trailing spaces. |
19
|
| '{' is not preceded with whitespace. |
22
|
| Line contains a tab character. |
24
|
| Line contains a tab character. |
25
|
| Line contains a tab character. |
26
|
| Line contains a tab character. |
27
|
| Line contains a tab character. |
28
|
| Parameter name should be final. |
28
|
| '{' is not preceded with whitespace. |
28
|
| Line contains a tab character. |
29
|
| Line contains a tab character. |
30
|
| Line has trailing spaces. |
31
|
| Line contains a tab character. |
31
|
| Line contains a tab character. |
32
|
| Line contains a tab character. |
33
|
| Line has trailing spaces. |
34
|
| Line contains a tab character. |
34
|
| Line contains a tab character. |
35
|
| Line contains a tab character. |
36
|
| Expected an @return tag. |
37
|
| Line contains a tab character. |
37
|
| Method 'implies' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Parameter subject should be final. |
37
|
| Expected @param tag for 'subject'. |
37
|
| '{' is not preceded with whitespace. |
37
|
| Line contains a tab character. |
38
|
| Line contains a tab character. |
39
|
| 'while' is not followed by whitespace. |
39
|
| '{' is not preceded with whitespace. |
39
|
| Line contains a tab character. |
40
|
| 'cast' is not followed by whitespace. |
40
|
| Line contains a tab character. |
41
|
| 'if' is not followed by whitespace. |
41
|
| '{' is not preceded with whitespace. |
41
|
| Line contains a tab character. |
42
|
| Line has trailing spaces. |
43
|
| Line contains a tab character. |
43
|
| Line contains a tab character. |
44
|
| Line contains a tab character. |
45
|
| Line contains a tab character. |
46
|
| Line has trailing spaces. |
47
|
| Line contains a tab character. |
47
|
| Line contains a tab character. |
48
|
| Line contains a tab character. |
49
|
| Line contains a tab character. |
50
|
| Line has trailing spaces. |
51
|
| Line contains a tab character. |
51
|
| Line has trailing spaces. |
52
|
| Line contains a tab character. |
52
|
| Line contains a tab character. |
53
|
| Line has trailing spaces. |
54
|
| Line contains a tab character. |
54
|
| Line contains a tab character. |
55
|
| Line contains a tab character. |
56
|
| Line contains a tab character. |
57
|
| Method 'implies' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Parameter string1 should be final. |
57
|
| Expected @param tag for 'string1'. |
57
|
| Parameter string2 should be final. |
57
|
| '{' is not preceded with whitespace. |
57
|
| Line contains a tab character. |
58
|
| Line contains a tab character. |
59
|
| Line contains a tab character. |
60
|
| Line contains a tab character. |
61
|
| Line contains a tab character. |
62
|
| Line contains a tab character. |
63
|
| 'if' is not followed by whitespace. |
63
|
| '{' is not preceded with whitespace. |
63
|
| Line contains a tab character. |
64
|
| Line contains a tab character. |
65
|
| Line contains a tab character. |
66
|
| Line contains a tab character. |
67
|
| Line contains a tab character. |
68
|
| Line has trailing spaces. |
69
|
| Line contains a tab character. |
69
|
| Line contains a tab character. |
70
|
| Line contains a tab character. |
71
|
| Line contains a tab character. |
72
|
| Line contains a tab character. |
73
|
| Line has trailing spaces. |
74
|
| Line contains a tab character. |
74
|
| Line contains a tab character. |
75
|
| Line contains a tab character. |
76
|
| 'if' is not followed by whitespace. |
76
|
| '!=' is not preceded with whitespace. |
76
|
| '!=' is not followed by whitespace. |
76
|
| '&&' should be on a new line. |
76
|
| Line has trailing spaces. |
77
|
| Line contains a tab character. |
77
|
| Line contains a tab character. |
78
|
| Line has trailing spaces. |
79
|
| Line contains a tab character. |
79
|
| '==' is not preceded with whitespace. |
79
|
| '==' is not followed by whitespace. |
79
|
| '||' should be on a new line. |
79
|
| Line contains a tab character. |
80
|
| '-' is not preceded with whitespace. |
80
|
| '-' is not followed by whitespace. |
80
|
| '==' is not preceded with whitespace. |
80
|
| '==' is not followed by whitespace. |
80
|
| ',' is not followed by whitespace. |
80
|
| ',' is not followed by whitespace. |
80
|
| '&&' should be on a new line. |
80
|
| Line contains a tab character. |
81
|
| Line contains a tab character. |
82
|
| Line contains a tab character. |
83
|
| '==' is not preceded with whitespace. |
83
|
| '==' is not followed by whitespace. |
83
|
| '-' is not preceded with whitespace. |
83
|
| '-' is not followed by whitespace. |
83
|
| '==' is not preceded with whitespace. |
83
|
| '==' is not followed by whitespace. |
83
|
| '||' should be on a new line. |
83
|
| Line contains a tab character. |
84
|
| '+' is not preceded with whitespace. |
84
|
| '+' is not followed by whitespace. |
84
|
| '==' is not preceded with whitespace. |
84
|
| '==' is not followed by whitespace. |
84
|
| '+' is not preceded with whitespace. |
84
|
| '+' is not followed by whitespace. |
84
|
| '+' is not preceded with whitespace. |
84
|
| '+' is not followed by whitespace. |
84
|
| '{' is not preceded with whitespace. |
84
|
| Line contains a tab character. |
85
|
| Line contains a tab character. |
86
|
| Line contains a tab character. |
87
|
| Line contains a tab character. |
88
|
no/feide/mellon/jaas/principals/MoriaPrincipal.java
Error | Line |
| Line does not match expected header line of '/*'. |
1
|
| Line has trailing spaces. |
7
|
| '{' is not preceded with whitespace. |
11
|
| Line contains a tab character. |
13
|
| Missing a Javadoc comment. |
13
|
| Variable 'attributeName' must be private and have accessor methods. |
13
|
| Line contains a tab character. |
14
|
| Missing a Javadoc comment. |
14
|
| Variable 'attributeValue' must be private and have accessor methods. |
14
|
| Line has trailing spaces. |
15
|
| Line contains a tab character. |
15
|
| Line has trailing spaces. |
16
|
| Line contains a tab character. |
16
|
| Line contains a tab character. |
17
|
| Line contains a tab character. |
18
|
| Line contains a tab character. |
19
|
| Line contains a tab character. |
20
|
| Line contains a tab character. |
21
|
| Line contains a tab character. |
22
|
| Parameter name should be final. |
22
|
| '{' is not preceded with whitespace. |
22
|
| Line contains a tab character. |
23
|
| 'if' is not followed by whitespace. |
23
|
| '{' is not preceded with whitespace. |
23
|
| Line contains a tab character. |
24
|
| Line contains a tab character. |
25
|
| Line has trailing spaces. |
26
|
| Line contains a tab character. |
26
|
| 'if' is not followed by whitespace. |
26
|
| '!=' is not preceded with whitespace. |
26
|
| '!=' is not followed by whitespace. |
26
|
| '{' is not preceded with whitespace. |
26
|
| Line contains a tab character. |
27
|
| Line contains a tab character. |
28
|
| '+' is not preceded with whitespace. |
28
|
| '+' is not followed by whitespace. |
28
|
| Line contains a tab character. |
29
|
| Line contains a tab character. |
30
|
| Line contains a tab character. |
31
|
| Line contains a tab character. |
32
|
| Line contains a tab character. |
33
|
| Line contains a tab character. |
34
|
| Line contains a tab character. |
35
|
| Parameter attributeName should be final. |
35
|
| Parameter attributeValue should be final. |
35
|
| '{' is not preceded with whitespace. |
35
|
| Line contains a tab character. |
36
|
| 'if' is not followed by whitespace. |
36
|
| '{' is not preceded with whitespace. |
36
|
| Line contains a tab character. |
37
|
| Line contains a tab character. |
38
|
| Line contains a tab character. |
39
|
| Line contains a tab character. |
40
|
| Line contains a tab character. |
41
|
| Line has trailing spaces. |
42
|
| Line contains a tab character. |
42
|
| Line contains a tab character. |
43
|
| Line contains a tab character. |
44
|
| Line contains a tab character. |
45
|
| Line contains a tab character. |
46
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
46
|
| '{' is not preceded with whitespace. |
46
|
| Line contains a tab character. |
47
|
| Line contains a tab character. |
48
|
| Line has trailing spaces. |
49
|
| Line contains a tab character. |
49
|
| Line contains a tab character. |
50
|
| Method 'getAttributeName' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Missing a Javadoc comment. |
50
|
| '{' is not preceded with whitespace. |
50
|
| Line contains a tab character. |
51
|
| Line contains a tab character. |
52
|
| Line has trailing spaces. |
53
|
| Line contains a tab character. |
53
|
| Line contains a tab character. |
54
|
| Method 'getAttributeValue' is not designed for extension - needs to be abstract, final or empty. |
54
|
| Missing a Javadoc comment. |
54
|
| '{' is not preceded with whitespace. |
54
|
| Line contains a tab character. |
55
|
| Line contains a tab character. |
56
|
| Line has trailing spaces. |
57
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
58
|
| Line contains a tab character. |
59
|
| Line contains a tab character. |
60
|
| Line contains a tab character. |
61
|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. |
61
|
| '{' is not preceded with whitespace. |
61
|
| Line contains a tab character. |
62
|
| Line contains a tab character. |
63
|
| Line has trailing spaces. |
64
|
| Line contains a tab character. |
64
|
| Line contains a tab character. |
65
|
| Line contains a tab character. |
66
|
| Line contains a tab character. |
67
|
| Line contains a tab character. |
68
|
| Line contains a tab character. |
69
|
| Extra HTML tag found: </code>attributeValue</code>. |
69
|
| Extra HTML tag found: </code>. |
69
|
| Duplicate @return tag. |
70
|
| Line has trailing spaces. |
70
|
| Line contains a tab character. |
70
|
| Line contains a tab character. |
71
|
| Line contains a tab character. |
72
|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Parameter o should be final. |
72
|
| '{' is not preceded with whitespace. |
72
|
| Line contains a tab character. |
73
|
| 'if' is not followed by whitespace. |
73
|
| '{' is not preceded with whitespace. |
73
|
| Line contains a tab character. |
74
|
| Line contains a tab character. |
75
|
| Line contains a tab character. |
76
|
| 'if' is not followed by whitespace. |
76
|
| '{' is not preceded with whitespace. |
76
|
| Line contains a tab character. |
77
|
| Line contains a tab character. |
78
|
| Line contains a tab character. |
79
|
| 'if' is not followed by whitespace. |
79
|
| '{' is not preceded with whitespace. |
79
|
| Line contains a tab character. |
80
|
| Line contains a tab character. |
81
|
| Line contains a tab character. |
82
|
| 'cast' is not followed by whitespace. |
82
|
| Line contains a tab character. |
83
|
| Line has trailing spaces. |
84
|
| Line contains a tab character. |
84
|
| Line contains a tab character. |
85
|
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Missing a Javadoc comment. |
85
|
| '{' is not preceded with whitespace. |
85
|
| Line contains a tab character. |
86
|
| Line contains a tab character. |
87
|
| Line has trailing spaces. |
88
|
| Line contains a tab character. |
88
|
| Line has trailing spaces. |
89
|
| Line contains a tab character. |
89
|
no/feide/mellon/jaas/principals/ScopedAffiliationPrincipal.java
Error | Line |
| Line does not match expected header line of '/*'. |
1
|
| Line has trailing spaces. |
16
|
| Line has trailing spaces. |
18
|
| Line has trailing spaces. |
19
|
| '{' is not preceded with whitespace. |
22
|
| Line contains a tab character. |
24
|
| Line contains a tab character. |
25
|
| Line contains a tab character. |
26
|
| Line contains a tab character. |
27
|
| Line contains a tab character. |
28
|
| Parameter name should be final. |
28
|
| '{' is not preceded with whitespace. |
28
|
| Line contains a tab character. |
29
|
| Line contains a tab character. |
30
|
| Line has trailing spaces. |
31
|
| Line contains a tab character. |
31
|
| Line contains a tab character. |
32
|
| Line contains a tab character. |
33
|
| Line has trailing spaces. |
34
|
| Line contains a tab character. |
34
|
| Line contains a tab character. |
35
|
| Line contains a tab character. |
36
|
| Expected an @return tag. |
37
|
| Line contains a tab character. |
37
|
| Method 'implies' is not designed for extension - needs to be abstract, final or empty. |
37
|
| Parameter subject should be final. |
37
|
| Expected @param tag for 'subject'. |
37
|
| '{' is not preceded with whitespace. |
37
|
| Line contains a tab character. |
38
|
| Line contains a tab character. |
39
|
| 'while' is not followed by whitespace. |
39
|
| '{' is not preceded with whitespace. |
39
|
| Line contains a tab character. |
40
|
| 'cast' is not followed by whitespace. |
40
|
| Line contains a tab character. |
41
|
| 'if' is not followed by whitespace. |
41
|
| '{' is not preceded with whitespace. |
41
|
| Line contains a tab character. |
42
|
| Line has trailing spaces. |
43
|
| Line contains a tab character. |
43
|
| Line contains a tab character. |
44
|
| Line contains a tab character. |
45
|
| Line contains a tab character. |
46
|
| Line has trailing spaces. |
47
|
| Line contains a tab character. |
47
|
| Line contains a tab character. |
48
|
| Line contains a tab character. |
49
|
| Line contains a tab character. |
50
|
| Line has trailing spaces. |
51
|
| Line contains a tab character. |
51
|
| Line has trailing spaces. |
52
|
| Line contains a tab character. |
52
|
| Line contains a tab character. |
53
|
| Line has trailing spaces. |
54
|
| Line contains a tab character. |
54
|
| Line contains a tab character. |
55
|
| Line contains a tab character. |
56
|
| Line contains a tab character. |
57
|
| Method 'implies' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Parameter string1 should be final. |
57
|
| Parameter string2 should be final. |
57
|
| '{' is not preceded with whitespace. |
57
|
| Line contains a tab character. |
58
|
| 'if' is not followed by whitespace. |
58
|
| '!=' is not preceded with whitespace. |
58
|
| '!=' is not followed by whitespace. |
58
|
| '{' is not preceded with whitespace. |
58
|
| Line contains a tab character. |
59
|
| Line contains a tab character. |
60
|
| Line has trailing spaces. |
61
|
| Line contains a tab character. |
61
|
| 'if' is not followed by whitespace. |
61
|
| '==' is not preceded with whitespace. |
61
|
| '==' is not followed by whitespace. |
61
|
| '&&' should be on a new line. |
61
|
| Line contains a tab character. |
62
|
| '+' is not preceded with whitespace. |
62
|
| '+' is not followed by whitespace. |
62
|
| '{' is not preceded with whitespace. |
62
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
64
|
| Line contains a tab character. |
65
|
| Line has trailing spaces. |
66
|
| Line contains a tab character. |
66
|
| Line contains a tab character. |
67
|
no/feide/mellon/jaas/principals/package.html
Error | Line |
| Missing package documentation file. | 0 |